How to Back Up Your WordPress Website: A Step-by-Step Guide

Taking a backup is crucial to protect your WordPress website—but don’t know how to do it? Don’t worry! In this guide, I’ll show you the simplest way to back up your website step by step. Let’s get started!

Manual Backup

The first method we’ll learn is how to take a manual backup of your WordPress website.

Step 1: Install the WPVivid Backup Plugin

  1. Log in to your WordPress admin dashboard.
  2. Go to Plugins > Add New.
  3. Search for WPVivid Backup Plugin, then install and activate it.
  4. After activation, you’ll be redirected to the plugin’s dashboard.

Step 2: Take a Backup

  1. Navigate to the Backup & Restore section in the WPVivid dashboard.
  2. Select the type of backup (e.g., database plus files for a full backup).
  3. Click Backup Now to start the process.
  4. The plugin will create a complete backup of your website, including files and the database.
  5. Once the backup is complete, you’ll see it listed in the Backups section.

Save Backups to Remote Storage

Backing up your website to remote storage ensures an added layer of security. Here’s how:

Step 1: Connect to Remote Storage

  1. Go to the Remote Storage section in WPVivid.
  2. Select your preferred storage option, such as Google Drive, Dropbox, Microsoft OneDrive, or others.
  3. Click Authenticate and sign in to your account.
  4. Allow the necessary permissions and complete the authentication process.
  5. Enter a name to identify the storage and click Add Now.

Step 2: Send Backup to Remote Storage

  1. Return to the Backup & Restore section.
  2. Select Send Backup to Remote Storage and choose your connected storage option.
  3. Click Backup Now to start the process.
  4. Once the backup is complete, you’ll find it stored safely in your remote storage folder, typically named wpvividbackup.

Automated Backups

Setting up automatic backups ensures your website is backed up regularly without manual intervention.

Step 1: Enable Backup Schedule

  1. Go to the Schedule section in WPVivid.
  2. Enable Backup Schedule and choose how often backups should run: 12 hours, daily, weekly, fortnightly, or monthly.
  3. Select the type of backup (e.g., database plus files for a full backup).

Step 2: Choose Storage Location

  • Decide where to store your backups:
    • Local Server: Stored on your hosting server.
    • Remote Storage: Recommended for better security.

Step 3: Set Up a Cron Job (If Needed)

If your website doesn’t receive enough traffic to trigger automatic backups, you can set up a cron job:

  1. Access your web server.
  2. For Hostinger: Go to the Advanced Section > Cron Jobs.
  3. For cPanel: Go to Advanced > Cron Jobs.
  4. Paste the cron job script provided below and set it to run every 5 minutes.
  5. Make sure to replace yourdomain.com with your actual domain name.
wget -q -O - https://yourdomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

Restoring a Backup

If something goes wrong, you can restore your website using a backup.

Scenario 1: Access to Admin Dashboard

  1. Go to WPVivid Backup Plugin in your WordPress dashboard.
  2. Locate the backup you want to restore under the Backups section.
  3. Click Restore, confirm, and wait for the process to complete.
  4. Log back in to your admin dashboard and check your restored website.

Scenario 2: No Access to Admin Dashboard

  1. Install a fresh copy of WordPress on your domain.
  2. Reinstall the WPVivid Backup Plugin.
  3. Upload your backup file via the plugin and restore it.

Final Thoughts

Backing up your WordPress website doesn’t have to be complicated. Whether you prefer manual backups, automated schedules, or remote storage solutions, the WPVivid Backup Plugin makes it easy to protect your site.

If you found this guide helpful, share it with others and let us know in the comments if you have any questions.

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Reading

Category Business Posted on

LeadPilot Installation Guide (Step-by-Step)

If you want to host LeadPilot on your VPS with a custom domain and SSL, this guide will walk you through the entire setup in two parts: Installing Node.js, PM2 & LeadPilot Configuring Domain, Nginx & SSL By the end, your app will be live on https://yourdomain.com with auto-renewing SSL. 🔐 Prerequisites A VPS (Ubuntu 22 or 24 works fine). Root access to your server. A domain na…
Continue reading
Category AI Posted on

How to Build a WhatsApp RAG AI Agent with n8n (Free Template)

Automating WhatsApp replies with AI can save hours of manual work for businesses. In this tutorial, we’ll build a WhatsApp RAG (Retrieval Augmented Generation) AI Agent using n8n and WhatsApp Business Cloud API. This agent will: ✅ Read incoming WhatsApp messages ✅ Use RAG (Retrieval Augmented Generation) for smarter, context-based replies ✅ Connect to your own knowledge base (Google Sheets, product da…
Continue reading